ContentsIndexHome
PreviousUpNext
ISetData.setLabels Method (params int[])

Inserts the specified labels into this set and all of its supersets. The set itself and all its subsets are emptied first. Applies to subsets of Integers.

C#
void setLabels(params int[] labels);
Parameters 
Description 
params int[] labels 
The integer labels to assign to this set.